home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / osi / isode / dosisode / DOSISODE80.ZIP / ISODE8.WRK / UTILS / CP.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-12-11  |  156 b   |  6 lines

  1. set old_file=%1
  2. set new_file=%1_new
  3. set orig_file=%isode_orig%\%dir%\%old_file%
  4. if exist %new_file% set orig_file=%new_file%
  5. copy %orig_file% %2 >nul:
  6.